projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35a7d3
)
include/clk.h: Fix the name of the clock uclass in comment
author
Liviu Dudau
<
[email protected]
>
Mon, 17 Sep 2018 16:43:08 +0000
(17:43 +0100)
committer
Simon Glass
<
[email protected]
>
Sat, 29 Sep 2018 17:49:35 +0000
(11:49 -0600)
The comment references a structure name that doesn't exist. Use
the name of the actual uclass.
Signed-off-by: Liviu Dudau <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
Drop period at end of commit subject:
Signed-off-by: Simon Glass <
[email protected]
>
include/clk.h
patch
|
blob
|
history
diff --git
a/include/clk.h
b/include/clk.h
index c0a20cd47a5d5a0d483555435ab7d72184cd55bf..8e366163f957ac5a231fd190e0f0e8d269c9c05d 100644
(file)
--- a/
include/clk.h
+++ b/
include/clk.h
@@
-21,7
+21,7
@@
*
* A driver that implements UCLASS_CLOCK is a clock provider. A provider will
* often implement multiple separate clocks, since the hardware it manages
- * often has this capability. cl
ock_
uclass.h describes the interface which
+ * often has this capability. cl
k-
uclass.h describes the interface which
* clock providers must implement.
*
* Clock consumers/clients are the HW modules driven by the clock signals. This